JavaScript

{dialog.object}hideContainerWindow Method

Syntax

{dialog.Object}.hideContainerWindow(UXContainerWindow)

Arguments

UXContainerWindow

name of the container (with sub-type of 'window'.)

Description

Hides a window defined by a 'container' control whose sub-type is 'window'. The controls in the 'window' container are the contents of the window.

Example

//Code for a button that hides a container window
{dialog.Object}.hideContainerWindow('WINDOW1');

See Also